GetAlertTitle$
Title$ = GetAlertTitle$()
 
Parameters: NONE
Returns:

    Title$=the global title for all Alert boxes
 

     GetAlertTitle$ retrieves the title that will be displayed in boxes. This value can be changed with .



  
; Include the Dialogs library in this program
  #Include "PBDialogs2"
  SetAlertTitle "Error"
  Print "The current title for Alert boxes is: " + GetAlertTitle$()
  
; Display the Screen and wait for the user to press a key
  Sync
  WaitKey
  




 
Related Info: Alert | AlertTitle :
 


(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com